xfail_statsmodels_bug
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Fri, 20 Sep 2019 07:01:37 +0000 (08:01 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 20 Sep 2019 07:01:37 +0000 (08:01 +0100)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug: https://github.com/pandas-dev/pandas/issues/24088
Forwarded: not-needed

Gbp-Pq: Name xfail_statsmodels_bug.patch

pandas/tests/plotting/test_datetimelike.py

index e3d502cd373e4997e389fac9106df732ace1dedf..f2d546b0c58706ed296f805bf713a73552696852 100644 (file)
@@ -24,6 +24,7 @@ from pandas.tests.plotting.common import (TestPlotBase,
 
 
 @td.skip_if_no_mpl
+@pytest.mark.xfail(reason="https://github.com/statsmodels/statsmodels/issues/4772")
 class TestTSPlot(TestPlotBase):
 
     def setup_method(self, method):